This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Sigmund Quetnichekings 18.Nov.03 11:45 PM a Web browser Domino Designer6.0.2All Platforms
I am using a lotus script agent to create a new document from a open document all works great but when I try to bring values from a field that has multiple values the script only picks up the first value. Will lotus script bring over multiple values, or is there another way to do this?
As I mentioned all other field values are saved in the new document as expected.
The code is very straight forward
i.e. newdoc.multivalue = olddoc.multivalue(0)
The field I am trying to populate is a checkbox, multi value allowed. When you view in agent with the scripted debugger you see only the first value, and it is passed to the new document.